public delegate void ItemEventHandler<T>( object sender, ItemEventArgs<T> e )
'Declaration Public Delegate Sub ItemEventHandler(Of T)( _ ByVal sender As Object, _ ByVal e As ItemEventArgs(Of T) _ )
'Declaration
Public Delegate Sub ItemEventHandler(Of T)( _ ByVal sender As Object, _ ByVal e As ItemEventArgs(Of T) _ )
ItemEventHandler<T> メンバ FarPoint.Web.Spread 名前空間
© 2003-2015, GrapeCity inc. All rights reserved.